Question.__init__(self, troubleshooter, 'Is local server publishing?')
vbox = self.initial_vbox(_('Server Not Exporting Printers'), _('Although one or more printers are marked as being shared, this print server is not exporting shared printers to the network.') + '\n\n' + _("Enable the 'Publish shared printers connected to this system' option in the server settings using the printing administration tool.") + ' ' + TEXT_start_print_admin_tool)
troubleshooter.new_page(vbox, self)
def display(self):
self.answers = { }
cups.setServer('')
parent = self.troubleshooter.get_window()
try:
c = self.timedop(cups.Connection, parent = parent).run()